@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

:root {
    --accent: #89b4fa;
}

body {
    background-color: #11111b;
    font-family: Inter, sans-serif;
    font-weight: 100;
    cursor: url(../img/cursor.png), auto;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #1e1e2e;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.7s;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(10, 93, 170, 0.19);
    transition: 0.7s;
}

.card2 {
    background-color: #1e1e2e;
    margin-left: 10px;
    border-radius: 9px;
    width: 300px;
    
}

.pfp {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: 20px;
    margin-top: -50px;
}

.username {
    font-size: 25px;
    color: #dcddde;
    margin-left: 10px;
    margin-top: 3px;
}

.bio {
    font-size: 13px;
    color: #dcddde;
    margin-left: 10px;
    margin-top: 3px;
}

.ac {
    color: var(--accent);
}

.banner {
    background-color: #3c3cf52f;
    width: auto;
    height: 100px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-image: url("../img/banner.webp");
    background-repeat: no-repeat;
    background-size: 501px, 615px;
    background-position: center;
}


.icons {
    margin-left: 10px;
    margin-top: 20px;
}


.fa-brands {
    color: #dcddde;
    transition: 0.3s;
    margin-right: 20px;
}

.fa-brands:hover {
    color: var(--accent);
    cursor: pointer;
}

a {
    all: unset;
}

.listening {
    margin-left: 10px;
    background-color: #11111A;
    width: 250px;
    border-radius: 9px;
    padding-top: 9px;
    display: none;
    padding-bottom: 10px;
}

.listening-img {
    text-align: center;
    /*background-color: #0b0b11;*/
    border-radius: 9px;
    float: left;
    width: 64px;
    height: 64px;
    margin-left: 10px;
}

.listening-txt {
    margin-left: 70px;
    color: #dcddde;
    margin-left: 10px;
}

.listening-title {
    font-weight: 600;
    font-size: 12px;
    margin-left: 10px;
}

.listening-detail {
    font-weight: 300;
    font-size: 11px;
    margin-left: 10px;
}

.listening-label {
    margin-top: 0px;
    margin-bottom: 1px;
    margin-left: 10px;
    color: #dcdddec9;
    font-size: 12px;
    line-height: 16px;
    display: none;
}

progress {
    width: 230px;
    position: fixed;
    top: 327px;
    margin-top: 19px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #292931;
    border-radius: 9px;
    height: 4px;
    border: none;
}

progress::-moz-progress-bar { background: #414148; border-radius: 9px;}
progress::-webkit-progress-value { background: #414148; border-radius: 9px;}
progress { color: #414148; border-radius: 9px;}

.prog-time {
    
    margin-top: 5px;
    color: #dcdddec9;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
}

.prismcelist-label {
    margin-top: 10px;
    margin-bottom: -10px;
    margin-left: 10px;
    color: #dcdddec9;
    font-size: 12px;
    line-height: 16px;
    display: none;
    
}

.prismcelist-content {
    font-size: 13px;
    color: #dcddde;
    border: #18182496 3px solid;
    border-radius: 5px;
    padding: 9px;
    display: none;
}

.prismcelist {
    margin-left: 10px;
    border-radius: 9px;
    width: 250px;
    margin-top: -10px;
    
}

hr {
    border: #353552 1px solid;
    margin-left: -10px;

}

.xen-bg {
    background-image: url("../img/starry.webp");
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    filter: blur(6px);
}

.copied {
    height: 55px;
    width: 75px;
    position: fixed;
    left: 50px;
    top: 86px;
    opacity: 0;
    transition: 0.3s;
}

.bio-label {
    margin-top: 0px;
    margin-bottom: 1px;
    margin-left: 10px;
    color: #dcdddec9;
    font-size: 12px;
    line-height: 16px;
}
